C Modeling Sample - SQMCSample

This is an example program for using the SIMCA-QM for creating non-batch projects, and the C interface of SIMCA-Q dll. 

The application is a console application that takes two arguments, the name of the usp to be created, and a tab separated text file as input. 

For example "FOODS.txt" that is supplied with this example can be used to create an usp as:
>> .\SQMCSample.exe FOODS.usp FOODS.txt

Also see the readme.md file in the main Samples folder for general info on the Visual Studio sample projects.

SQMCSample.vcxproj
    This is the project file you open in Visual Studio.

SQMCSample.cpp
    This is the main application source file.

sqmrunner.c
    This is the c file where the actual interaction with SIMCA-QM takes place.
